/*css reset*/
body{margin: 0 auto; background-color: #fff;font-family: "Microsoft YaHei UI","微软雅黑",\5FAE\8F6F\96C5\9ED1;font-size: 16px;color: #333;overflow-x: hidden; }
a,a:link,a:visited,a:hover{text-decoration: none;font-family: "Microsoft YaHei UI","微软雅黑",\5FAE\8F6F\96C5\9ED1;font-size: 16px;color: #333;}
ul,li,p,a{margin: 0;padding: 0;list-style: none;}
img{border:none;display: inline-block;}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
        content: "";
        display: block;
        height: 0;
        clear:both;
        visibility: hidden;
}
.clearfix { zoom: 1; clear: both; }
html, body { width: 100%; height: 100%; }
/*END css reset*/

/*my css reset*/
h1,h2,h3,h4,h5,p,a,span{margin: 0;padding: 0;font-weight: normal;font-size: 16px;color: #333;     font-family: "microsoft yahei";}
iframe{margin: 0;padding: 0;display: block;}
.mbNo{margin-bottom: 0;}
.mb1{margin-bottom: 10px;}
.mb2{margin-bottom: 20px;}
.mb3{margin-bottom: 50px;}
.mb4{margin-bottom: 40px;}
.mb5{margin-bottom: 50px;}
.mb6{margin-bottom: 60px;}
/*END my css reset*/
.hszh-main{width:1200px;margin:0 auto;}
/*Header*/
.hszh-header-content { width: 100%; background: url(/uiFramework/commonResource/image/2023022718285841812.jpg) no-repeat; background-position: top center; }
.hszh-header-main { width: 1050px; height: 250px; margin: 0 auto; position: relative;}
.hszh-emptybox{width: 100%;height: 120px;}
#govwzqhbox{position: absolute !important;top: 33%;left: 60%;;width: 551px;height: 200px;}
#govlocaltime{float: left;font-size: 14px;color: #000;line-height: 47px;margin-left: 60px;}
.dh_title,.phoneNavBut{display:none;}
/*Gov Search*/
.govSearch{float:right;width: 350px;height: 28px;margin-right:50px;}
.govSearch form{width: 294px;height: 30px;margin-top: 11px;}
.govSearch input[type="text"]{width: 214px;height: 28px;border:1px solid #dbdbdb;float: left;color: #a9a9a9;font-size: 14px;padding-left: 10px; border-radius: 6px 0 0 6px;}
.govSearch input[type="submit"]{
    width: 90px;
    height: 30px;
    border: none;
    background: #e50516 url(/uiFramework/commonResource/image/2021102914482577564.png) no-repeat;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    background-position: right center;
    background-size: 18%;
    padding: 0 10px 0;
    border-radius: 0 6px 6px 0;
    background-position-x: 90%;
}
/*END Gov Search*/
.hszh-header-navbox{width: 100%;height: 64px;background-color: #ddd;}
/*Nav*/
#ctnav{width: 100%;background: #e50516;}
#ctnavbox{margin: 0 auto; width: 1200px;height: 64px;}
#ctnavbox ul{list-style: none;     position: relative;}
#ctnavbox ul li{float: left; width: 12.4%; line-height: 64px; height: 64px;}
/*#ctnavbox ul li:hover{background-color: #ce0615;}*/
.superNav>li:hover{background-color: #ce0615;}
#ctnavbox li .ctnava{text-decoration: none; color: #FFFFFF; line-height: 64px; display: block; border-right-width: 1px; text-align: center;font-size:20px}
#ctnavbox ul.sub{display:none;width: 125px; position: absolute; left: 0px; top:64px;padding-bottom: 0px; float: left; height: 0; overflow: hidden; background-color: #e9e9e9;text-align: center;z-index: 500;height:auto;}
#ctnavbox ul.sub li{height: 45px;line-height: 45px; width:auto; margin-right:10px; }
#ctnavbox ul.sub a{text-decoration: none; color: #ce0615; line-height: 45px; display: block;height: 45px;position: relative;z-index: 999;    font-size: 18px;}

/*#ctnavbox ul.sub a:hover{background-color: #ce0615; color:#fff;}*/

/*Nav END*/
/*END Header*/

/*概览 开始*/
.govtjjcgxl-main {width: 1200px;overflow: hidden;margin: 0 auto;padding-top: 10px;padding-bottom: 50px;}
.govtjjc-box { width: 100%; overflow: hidden; }
.govtjjcgxl-currbox { height: 40px; width: 100%; overflow: hidden; }
.govtjjcgxl-currbox span, .govtjjcgxl-currbox a { color: #333; font-size: 14px; }
.govtjjcgxl-currbox a { display: inline; }

/*Footer*/
.govfooterContent{width: 100%; height: 300px; background-color: #ce0615;position: relative; clear:both;}
.govfooterMain{width: 1200px;overflow: hidden;margin: 0 auto;padding-top:70px;padding-left: 0;position: relative;}
.govTextBox{float:left;width: 614px;overflow: hidden;margin-left: 280px;}
.govTextBox p{text-align: center;line-height: 34px;color: #fff; font-size:14px;}
.govTextBox p a{ font-size:14px; }
.foot-right{float:right;width:290px;}
.foot-right span{float: right;margin-left:20px;margin-top: 20px;text-align: center;}
.foot-right span#_ideConac{margin-left:0px;}
/*.govLogo{float:left;width: 61px;height: 74px;position: absolute;top: 90px;right: 10px;background: no-repeat;}*/
.govLogoR{display: block;position: absolute;top: 59%;left: 0px;}
/*END Footer*/


/* 适配代码 */
@media only screen and (min-width:100px) and (max-width: 1050px) {
body{min-width:inherit;overflow-x:hidden;}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
}
@media screen and (max-width:999px) {
	.nav{ display: flex; font-size: 0; line-height: 0;}
	.nav ul li {width:auto; padding: 0 10px; }
}
@media screen and (max-width:768px) {
.hszh-subtitle .hszh-subtitle-text{font-size:16px!important;}
.hszh-subtitle-textbox{width:77%!important;}
.fr{display:none!important;}
.govtjjcgxl-rightbox{display:block!important;}
#amj-form{
    position: absolute;
    left: 4%;
    width: 90%;
    display: block;
    float: right;
    height: 32px;
    /* width: 284px; */
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    top:14%;
}


	.hszh-header-localbox,#ctnavbox,.govfooterMain{width:100%;}
        .hszh-header-main{width:98%;margin:0 auto;}
.govtjjcgxl-main{width:96%;}
	.hszh-header-content{height:14vh;    background-size: auto 100%;margin-top:45px;}
        .hszh-header-main{height:auto;}
	/* #govlocaltime,#ctnavbox,.hszh-header-localbox,.navgationDiv{display:none;} */
/*
	.dh_title{display: block;width:96%;height:30px;line-height:30px;position: absolute;right: 0px;top: 0px;background:#ce0615;padding:5px 2%;z-index: 999;}
	.dh_title a{float:left;color:#fff;}
	.dh_title img.phoneNavBut {float:right;display: inline-block;cursor: pointer;height: 30px;}
	#ctnavbox{width:50%;height:auto;position: absolute;right: 0px;top: 40px;background:#ce0615;z-index:999;}
	#ctnavbox ul{margin: 5px 16px 0 10px;}
	#ctnavbox ul li { float:none;width:100%;height:auto; }
	#ctnavbox li .ctnava{ padding: 0; text-align: center;line-height: 34px;border-top: 1px #fff dashed;}
	#ctnavbox ul.sub{_display:none !important;}
*/
.govtjjcgxl-currbox{width:98%;margin:0 auto;}




.govfooterMain{ padding: 0 6%;}
.govfooterContent{height:auto;padding-bottom:10px;position: relative;}
.govTextBox,.foot-right{float:none;width:100%;}
.govTextBox p{width:100%;font-size:12px;word-wrap:break-word;    line-height: 26px;}
.govTextBox p a{font-size:12px;}
.govLogoR{position: initial;padding: 22px 0 0 10px;display: flex;width: 26%;} 
.govLogoR img{width: 75px;}
.foot-right span{width:20%;font-size: 13px;}
.foot-right img{ width:100%; }
#imgConac{margin-top:-10px;}






	
       
	
	/*政府信息公开底部*/
 	 .footer-frame-cont{width:96%;margin:0 auto;}
 	 .footer-frame-right{width:100%;}
 	 .footer-dzjg{bottom:0;top:unset;}
 	 .footer-dzjg p img{width:75%;}
 	 .footer-frame-copyright{width:100%;padding:0;margin:0 auto;}
 	 .footer-frame-cont  #_span_jiucuo{display:none;}
 	 .footer-frame-copyright p{width:100%;}
 	 .footer-frame-cont div.fr{float:none;text-align: center;}
 	 .footer-frame-right{float:none;text-align: center;margin-right:0;}

}
@media screen and ( max-width: 575px ){
body{overflow-x: hidden;}
     .gov_fsecmain{
         height: auto;
     }
     .gov_selectcbox{
         margin-top: 0;
         padding: 0 15px;
         padding-bottom: 5px;
     }
     .gov_selectbox{
           padding-left: 0;
      }
}
@media screen and ( max-width: 480px ){
body{overflow-x: hidden;}
       .gov_header_ph{
            min-height:100px;
       }
       .gov_selectcbox{
            width: 100%;
       }
}
@media screen and ( max-width: 450px ){
       .gov_header_ph{
            min-height:85px;
       }
       .gov_selectcbox{
            padding-right: 15px;
            box-sizing:border-box;
       }
       .gov_selectbox{
            width: 100%;
       }
}
@media screen and ( max-width: 430px ){
       .gov_header_ph{
            min-height:85px;
       }
}
@media screen and ( max-width: 360px ){
       .gov_header_ph{
            min-height:75px;
       }
}
/*新增*/
.main{margin: 0 auto;width: 1200px;position: relative;}
.hsz_banner{width:100%;height: 210px; }
.hsz_search{float:right;width: 311px;height: 31px;background: url() center top no-repeat;margin: 152px 0 0;}
.inp1{float: left;width: 214px;height: 27px;margin: 2px 0 0 5px;border: none;;}
.inp2{float: right;width: 70px;height: 25px;margin: 2px 5px 0 5px;border: none;background: url() right center no-repeat;color: #fff;line-height: 25px;padding: 0 10px 0 0;}
/*nav*/
.xsy_nav{ height:53px;background:#e50516; position:relative; z-index:11}
.xsy_nav dt,.xsy_nav dt a{  float:left;display:block; color:#fff;  height:53px; line-height:53px; text-align:center; font-size:18px;width:147px; text-align:center; font-family:microsoft yahei}
.xsy_nav dt.gjhz,.xsy_nav dt.gjhz a{ width:130px;}
.xsy_nav dt a:link,.xsy_nav dt a:visited{ color:#fff; }
.xsy_nav dt a:hover,.xsy_nav dt a.on{ color:#fff; font-weight:bold; }

.xsy_nav dd{ text-align:left; display:none; position:absolute; left:0; top:53px;  width:1200px; height:45px; line-height:45px; background:#e9e9e9}
.xsy_nav .nav-pop{ color:#00118a; }.nav-pop a{ padding:0px 12px; background:url(/uiFramework/commonResource/image/2023052317381015829.jpg) left no-repeat; font-size:18px;}.nav-pop a:link,.nav-pop a:visited{ color:#c81207;}.nav-pop a:hover{color:#c81207;}
.xsy_nav .nav-pop1{ padding-left:20px;}
.xsy_nav .nav-pop2{ padding-left:20px;}
.xsy_nav .nav-pop3{ padding-left:20px;}
.xsy_nav .nav-pop4{ padding-left:20px;}
.xsy_nav .nav-pop5{ padding-left:20px;}
.xsy_nav .nav-pop6{ padding-left:20px;}
.xsy_nav .nav-pop7{ padding-left:20px;}
.xsy_nav .nav-pop8{ padding-left:20px;}
.xsy_nav .nav-pop9{}
.hsz_tt {padding: 30px 0;text-align: center;}
.hsz_tt>a{font-size: 36px;line-height: 50px;margin: 0 100px;display: block;}
/*content*/
.sy-homescreen{width:100%; margin:65px 0 0;}
.sy-homescreen:after{content:"";display:block;clear:both;}
.sy-homescreen-left{float:left;}
.homescreen-left-swiper{width:746px;height:502px;position:relative;}

.sy-homescreen-right{float:right;width:435px;}

.pichot{width:100%;height:100%; float:left;margin:0 auto;overflow:hidden;position:relative;background-color:#000;z-index:10;}
.pichot ul{height:100%;}
.pichot ul li{width:100%;height:100%;float:left; position:relative;}
.pichot ul li img {width:100%; height:502px; display:block;}
.pichot .bt{position:absolute;left:0;bottom:0;width:100%;height:36px; padding-left:10px;line-height:36px;z-index:7; color:#fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; font-size:16px; background:rgba(0,0,0,0.4)}
.pichot .num{overflow:hidden;zoom:1;position:absolute;right:10px;bottom:11px;z-index:10;}
.pichot .num span{display:inline-block;width:12px;height:12px;background: url(/uiFramework/commonResource/image/2023052317381015829.jpg) center no-repeat;cursor:pointer;overflow:hidden; margin:0 5px;}
.pichot .num span.on{ }
.pichot .skip{_display:block;width:23px;height:47px;position:absolute;top:50%;margin-top:-24px;text-indent:-1000em;cursor:pointer;}
.pichot .prev{left:10px; }
.pichot .next{right:10px; }
.pichot:hover .prev,.pichot:hover .next{display:block; }
.hsz_title{float: left; width: 100%;height: 55px;background: url(/uiFramework/commonResource/image/2023052317344929562.jpg) left 18px repeat-x;margin: 0 0 ;}
.hsz_title span{float: left;background: url(/uiFramework/commonResource/image/2023052317340742094.jpg) #fff left center no-repeat;height: 55px;line-height: 55px;padding: 0 15px 0 30px;font-size: 24px; color: #e50516;font-weight: bold;}
.hsz_title a{float: right;background: url(/uiFramework/commonResource/image/2023052317341353392.jpg) #fff 15px 18px no-repeat;line-height: 55px;padding: 0 0 0 35px;color: #9fa0a0;}
.homescreen-right-listitem {float:left;width:100%;font-size:16px;padding:  0 0 20px;}
.homescreen-right-listitem ul{float:left;width:100%;}
.homescreen-right-listitem ul li{float:left;width:100%;height:32px;line-height:32px; margin-top:10px;}
.homescreen-right-listitem ul li a{
   float:left;font-size:16px;padding-left:20px;background: url(/uiFramework/commonResource/image/2023052317381015829.jpg) left center no-repeat; white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 96%;}
.hsz_fra{float: left;width:380px;height:300px;margin: 50px 20px 0 0;}
.homescreen-right-listitem1{float:left;width:348px;font-size:16px;padding: 5px 15px;height: 219px;border: 2px solid #e9e9e9;margin: 3px 0 0;}
.homescreen-right-listitem1 ul{float:left;width:100%;}
.homescreen-right-listitem1 ul li{float:left;width:100%;height:35px;line-height:35px; margin-top:10px;}
.homescreen-right-listitem1 ul li a{float:left;font-size:16px;padding-left:20px;background: url(/uiFramework/commonResource/image/2023052317381015829.jpg) left center no-repeat;}
.hsz_ad{float: left;width: 100%;margin: 30px 0 0; }
.hsz_fra02{float: left;width:100%;height:300px;margin: 50px 20px 0 0;}
.homescreen-right-listitem2{float:left;width:97%;font-size:16px;padding: 5px 15px;height: 219px;border: 2px solid #e9e9e9;margin: 3px 0 0;}
.homescreen-right-listitem2 ul{float:left;width:100%;}
.homescreen-right-listitem2 ul li{float:left;width:100%;height:35px;line-height:35px; margin-top:10px;}
.homescreen-right-listitem2 ul li a{float:left;font-size:16px;padding-left:20px;background: url(/uiFramework/commonResource/image/2023052317381015829.jpg) left center no-repeat;}
.hsz_jz{float: right;width: 585px;margin: 60px 0 0; }
.hsz_title2{float: left; width: 100%;height: 34px;background:#e50516;margin: 0 0 ;}
.hsz_title2 span{float: left;height: 34px;line-height: 34px;padding: 0 15px 0 30px;font-size: 24px; color: #fff;font-weight: bold;}
.hsz_title2 a{float: right;background: url(/uiFramework/commonResource/image/2023052317341353392.jpg) #fff 15px 8px no-repeat;line-height: 34px;padding: 0 0 0 35px;color: #9fa0a0;}
.hsz_jzl{float:left;width:318px;font-size:16px;padding: 5px 15px;height: 219px;border: 2px solid #e9e9e9;margin: 15px 0 0;}
.hsz_jzl ul{float:left;width:100%;}
.hsz_jzl ul li{float:left;width:100%;height:25px;line-height:25px; margin-top:10px;}
.hsz_jzl ul li a{float:left;font-size:16px;padding-left:20px;background: url(/uiFramework/commonResource/image/2023052317381015829.jpg) left center no-repeat;color: #e50516;}
.hsz_jzl ul li span{float: right;}
.hsz_jzr{float: right;width: 230px;}
.hsz_jzcon{float: left;width: 200px;height: 166px;background: #f64433;color: #fff;margin: 15px 0 0;padding: 0 15px;line-height: 20px;}
.hsz_jzcon h4{font-size: 16px;font-weight: bold; border-bottom: 2px solid #fff;padding: 10px 0;margin:  0 0 10px;text-align: center; color:#fff;}
.hsz_jzcon h5{font-size: 14px; border-top: 2px solid #fff;padding: 5px 0;margin:  10px 0;text-align: center; color:#fff;}
.hsz_jzr h2{float: left;width: 100%;font-size: 16px;font-weight: bold; text-align: center;color: #e60012;margin: 6px 0;}
.hsz_search2{float:right;width: 232px;height: 31px;background: url(/eportal/imageDir/lnshszh/2023/05/2023052409555684225.jpg) center top no-repeat;margin:  0 0;}
.inp3{float: left;width: 180px;height: 27px;margin: 2px 0 0 5px;border: none;;}
.inp4{float: right;width: 30px;height: 30px;margin: 0 5px 0 5px;border: none;background: none;color: #fff;line-height: 25px;padding: 0 10px 0 0;}
/*link*/
.xsy_link{ height:58px; background:#e50516; margin:30px 0 0}
.fourth-row-selectlist{ margin:0 auto ; width:1200px; padding:20px 0 0}
.fourth-row-selectlist span{ float:left; font-size:18px; font-weight:bold; padding-left:20px; color:#fff; line-height:1}
.fourth-row-selectlist:after{content:"";display:block;clear:both;}
.fourth-row-selectitem{float:left;margin-left:30px;}
.fourth-row-selectitem select{ width:200px;}
/*foot*/
.sy-footer{background-color:#e9e9e9;padding:20px 0px; margin: 0 0; text-align:center;}
.hsz_link{text-align: center;}
.hsz_link a{display: inline-block;margin: 0 10px; color: #0081cc;}
.hsz_foot{line-height: 20px;padding: 10px 0;}
.hsz_fooimg{position: absolute;right: 200px;top: 10px;}
/* fy */
.fybody {background: #f2f2f2;}
.xsy_now{ background:#fff; height:45px; display:block; line-height:45px; font-size:18px; margin:40px 0 10px; padding:0 20px;}
.xsy_lchannel{ float:left; width:245px;}
.xsy_ltit{ float:left; width:100%; height:57px; background:#e50516; line-height:57px; text-align:center; font-size:24px; color:#fff;}
.xsy_lcon{ float:left; width:100%; margin:10px 0; background:#fff}
.xsy_lcon dl{ padding: 20px; font-size:17px;}
.xsy_lcon dl dt{ border-bottom:1px solid #e7e5e5; line-height:40px; height:40px; text-align:center; color:#015293; font-weight:bold;}
.xsy_lcon dl dd{ border-bottom:1px solid #e7e5e5; line-height:40px; height:40px; text-align:center;}
.xsy_lcon ul{ padding: 20px; font-size:17px;}
.xsy_lcon ul li{ border-bottom:1px solid #e7e5e5; line-height:40px; height:40px; text-align:center;}
.xsy_lcon ul li a{color:#000;font-size:15px}
.xsy_lcon ul li a:hover{ color:#b10f06;}
.xsy_rcontent1{ float:right; width:890px; padding:0 25px; background:#fff}
.xsy_rcontent2{ float:left; width:96%; background:#fff; padding:20px 2%; margin:0 0 30px}
.dlist_title{ float:left; width:100%;font-size: 29px;line-height: 45px;margin:5px 0; text-align:center;}
.dlist_subtitle{ font-size:20px; line-height:25px;  margin-top:5px; margin-bottom:5px;display:block; text-align:center;}
.dlist_con{ float:left; width:860px; margin:0 20px ;font-size: 14px;color: #000000;line-height: 29px;margin-top: 33px;text-align: left;margin-bottom: 20px;}
.dlist_con img{ max-width:100%;}
.dlist_con1{ /*float:left;*/ width:1100px; margin:0 20px ;font-size: 14px;color: #000000;line-height: 29px;margin-top: 33px;text-align: left;margin-bottom: 20px;}
.dlist_con1 img{ max-width:100%;}
.xsy_rul1{ float:left; width:100%; padding:20px 0; border-bottom:1px solid #e7e5e5;}
.xsy_rul1 li{ float:left; width:100%; height:35px;line-height:35px; }
.xsy_rul1 li a{ float:left;color:#000;font-size:16px;padding-left:30px;background:url(/uiFramework/commonResource/image/2023052317381015829.jpg) 16px 14px no-repeat;}
.xsy_rul1 li span{ float:right;color:#898989;font-size:14px;}
.comfrom{ float: left;  width:1100px; margin: 20px;background: #f1f1f1; height: 35px; line-height: 35px; text-align: center; font-size: 14px;}
.lysj span{float: left; margin-left: 10px;}


.m-share {float: right; margin-right: 10px; /* margin-left: 500px; */}
/*  .m-share{float: left;margin-top:-5px;    margin-left: 500px;}*/
.share{zoom: 1;}
.share:after{content: "";display: block;clear: both;}
.share a{float: right;width: 26px;height: 26px;border-radius: 50%;margin-left: 10px;background: #c9c9c9;cursor: pointer;display: block;margin-top: 5px;}
.share a i{display: block;width: 26px;height: 26px;-webkit-transition: .4s all;-moz-transition: .4s all;-ms-transition: .4s all;transition: .4s all;}
.share a:hover i{-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}
.share #share-icon{width: 26px;height: 26px;float: left;display: none;}
.share #share-icon img{width: 100%;height: 100%;}
.share .share-qqzone i{background: url("/uiFramework/commonResource/image/2023051914122673331.png") 4px center no-repeat;}
.share .share-qqzone:hover{background-color: #fc7354;}
.share .share-wechat{position: relative;}
.share .share-wechat i{background: url("/uiFramework/commonResource/image/2023051914122673331.png") -30px center no-repeat;}
.share .share-wechat:hover{background-color: #1fbc7d;}
.share .share-weibo i{background: url("/uiFramework/commonResource/image/2023051914122673331.png") -65px center no-repeat;}
.share .share-qq:hover{background-color: #27a8f2;}
.share .share-qq i{background: url("/uiFramework/commonResource/image/2023051914122673331.png") -96px center no-repeat;}
.share .share-weibo:hover{background-color: #e96157;}
.share .bg-code{left: -36px;z-index: 10;}
.share .qrcode{position: absolute;top: -140px;padding: 5px;display: none;left: 60px;z-index: 11;}
.share .close-btn{position: absolute;background: #fff;color: #000;font-size: 12px;z-index: 12;width: 12px;height: 12px;line-height: 12px;text-align: center;right: -39px;top: 50px;display: none;cursor: pointer;}
.art_auth3{float:left;width: 1100px;line-height: 25px;margin: 0 20px;}

/* Page */
.pagebox {text-align:center;margin:50px 0px; float:left; width:100%;}
.pagebox ul {display:inline-block;font-size:0px;}
.pagebox ul li {height:28px;min-width:28px;line-height:28px;display:inline-block;margin-right:12px;}
.pagebox ul li a {min-width:28px;height:100%;border:1px solid #dae0ee;padding:0px 7px;box-sizing:border-box;display:block;font-size:14px;color:#666;text-align:center;border-radius:3px;}
.pagebox ul li a:hover {border:1px solid #c0a981;color:#fff;background-color:#c81207;}
.pageboxactive a {border:1px solid transparent !important;color:#fff !important;background-color:#349ed8;}
.pagebox ul li font {height:25px;font-size:14px;color:#666;text-align:center;}
.pagebox ul li input {height:23px;border:1px solid #dae0ee;background-color:#f1f4fb;border-radius:3px;width:50px !important;margin:0 !important;text-align:center;}
.pagebox ul li button {height:25px;border:1px solid #dae0ee;background-color:#fefefe;border-radius:3px;color:#666;}
.pagebox ul li .current {color:#fff; background-color:#c81207;}
.wapbanner{display: none;}
.wapbanner img{width:100%;display:block;}
.wapnav{display: none;margin: 2% 0;}
.wapnav ul{float: left;width: 100%;background: #e50516;padding: 10px 0;}
.wapnav ul li{float: left;width: 25%;text-align: center;}
.wapnav ul li a{float: left;width: 100%;text-align: center;font-size:22px;color: #fff;line-height: 1.5;padding: 5px 0;}
@media screen and (max-width: 768px){
    .art_auth3{width:90%}
    body {
        min-width: 100%;
    }
    .xsy_nav{display: none;}
    .main{width: 100%;}
    .sy-homescreen-left{margin: 0 auto !important; width:100%; width: 90%;float: none !important;}
    .homescreen-left-swiper{width: 100%;height: auto;}
    .pichot ul li img{height: 400px;}
    .sy-homescreen-right{width: 100%;}
    .hsz_tt a{    margin: 0 2%;}
    .hsz_banner{display: none;}
    .hsz_ad img{display: block;width: 100%;}
    .hsz_fra{width: 100%;height: auto;margin: 20px 0 0;}
    .hsz_fra02{width: 100%;height: auto;margin: 20px 0 0;}
    .homescreen-right-listitem2{width: 96%;    padding:0 2% 2%;height: auto;border: none;}
    .xsy_link{display: none;}
    .hsz_jz{width: 100%;}
    .hsz_jzl{width: 96%;padding:  2%;height: auto;}
    .hsz_jzr{width: 100%;}
    .hsz_jzcon{width: 96%;padding: 0 2%;}
    .homescreen-right-listitem1{width: 96%;padding: 0 2% 2%;height: auto;border: none;}
    .homescreen-right-listitem ul li{height: auto;line-height: 1.5;}
    .homescreen-right-listitem ul li a{width: 96%;margin-left: 2%;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
    .hsz_fooimg{position: relative;right: inherit;top:inherit ;}
    .wapbanner{display: block;}
    .wapnav{display: block;width: 100%;}
    .xsy_now{margin: 3% 0;}
    .xsy_rul1 li a{width:65%;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
    .zf-centertime{display: none;}
    .m-share{display: none;}
    .comfrom{width: 96%;margin: 2%;}
    .dlist_con1{width: 96%;margin: 2%;}
    .xsy_lchannel{width: 100%;}
    .xsy_ltit{display: none;}
    .xsy_lcon ul{padding: 0;}
    .xsy_lcon ul li{width: 45%; margin: 0 1% 1%;float: left;}
    .xsy_rcontent1{width: 100%;padding: 0 2%;}
    .homescreen-right-listitem1 ul li{line-height: 1.5;height: auto;}
    .homescreen-right-listitem2 ul li{line-height: 1.5;height: auto;}
    .homescreen-right-listitem2 ul li a{width: 90%;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
    .hsz_title span{font-size: 22px;}
    .hsz_ad{margin: 20px 0 0;}
    .hsz_jzr h2{width: 30%;}
    .slideBox02 .next,.slideBox02 .prev{ display:none !important; }
     /* 新增需改 */
    .hsz-fra-content{ display:block !important; }
}